home *** CD-ROM | disk | FTP | other *** search
/ BUG 1 / BUGCD1996_0708.ISO / pc / util / minilin / minilin.exe / ETC / INETD_CO.{1K < prev    next >
Text File  |  1994-05-20  |  3KB  |  82 lines

  1. #
  2. # inetd.conf    This file describes the services that will be available
  3. #        through the INETD TCP/IP super server.  To re-configure
  4. #        the running INETD process, edit this file, then send the
  5. #        INETD process a SIGHUP signal.
  6. #
  7. # Version:    @(#)/etc/inetd.conf    3.10    05/27/93
  8. #
  9. # Authors:    Original taken from BSD UNIX 4.3/TAHOE.
  10. #        Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
  11. #
  12. #
  13. # <service_name> <sock_type> <proto> <flags> <user> <server_path> <args>
  14. #
  15. # Echo, discard, daytime, and chargen are used primarily for testing.
  16. #
  17. echo    stream    tcp    nowait    root    internal
  18. echo    dgram    udp    wait    root    internal
  19. discard    stream    tcp    nowait    root    internal
  20. discard    dgram    udp    wait    root    internal
  21. daytime    stream    tcp    nowait    root    internal
  22. daytime    dgram    udp    wait    root    internal
  23. chargen    stream    tcp    nowait    root    internal
  24. chargen    dgram    udp    wait    root    internal
  25. #
  26. # These are standard services.
  27. #
  28. ftp    stream    tcp    nowait    root    /usr/sbin/tcpd    /usr/sbin/in.ftpd
  29. telnet    stream  tcp     nowait  root    /usr/sbin/tcpd    /usr/sbin/in.telnetd
  30. smtp    stream  tcp     nowait  root    /usr/sbin/tcpd    /usr/bin/rsmtp    -bs
  31. #
  32. # If you want to read NNTP news via TERM, comment out the nntp 
  33. # line below, and use a command like this once the TERM
  34. # connection is up:  tredir 119 my.nntp.host:119
  35. # You'll also want to do this: set NNTPSERVER my.nntp.host ; export NNTPSERVER
  36. #
  37. nntp    stream    tcp    nowait    root    /usr/sbin/tcpd    /usr/sbin/in.nntpd
  38. #
  39. # Shell, login, exec and talk are BSD protocols.
  40. #
  41. shell    stream    tcp    nowait    root    /usr/sbin/tcpd    /usr/sbin/in.rshd
  42. login    stream    tcp    nowait    root    /usr/sbin/tcpd    /usr/sbin/in.rlogind
  43. #exec    stream    tcp    nowait    root    /usr/sbin/tcpd    /usr/sbin/in.rexecd
  44. talk    dgram    udp    wait    root    /usr/sbin/tcpd    /usr/sbin/in.ntalkd
  45. ntalk    dgram    udp    wait    root    /usr/sbin/tcpd    /usr/sbin/in.ntalkd
  46. #
  47. # Pop mail servers
  48. #
  49. #pop-2    stream    tcp    nowait    root    /usr/sbin/tcpd    /usr/sbin/in.popd
  50. pop-3    stream    tcp    nowait    root    /usr/sbin/tcpd    /usr/sbin/in.popd
  51. #
  52. # The Internet UUCP service.
  53. #
  54. uucp    stream    tcp    nowait    uucp    /usr/sbin/tcpd    /usr/lib/uucp/uucico    -l
  55. #
  56. # Tftp service is provided primarily for booting.  Most sites
  57. # run this only on machines acting as "boot servers." 
  58. # Since these can be security holes, they are commented out by default.
  59. #
  60. #tftp    dgram    udp    wait    root    /usr/sbin/tcpd    /usr/sbin/in.tftpd
  61. #bootps    dgram    udp    wait    root    /usr/sbin/tcpd    /usr/sbin/in.bootpd
  62. #
  63. # Finger, systat and netstat give out user information which may be
  64. # valuable to potential "system crackers."  Many sites choose to disable 
  65. # some or all of these services to improve security.
  66. #
  67. finger    stream    tcp    nowait    daemon    /usr/sbin/tcpd    /usr/sbin/in.fingerd
  68. systat    stream    tcp    nowait    guest    /usr/sbin/tcpd    /usr/bin/ps    -auwwx
  69. netstat    stream    tcp    nowait    guest    /usr/sbin/tcpd    /bin/netstat    -f inet
  70. #
  71. # Time service is used for clock syncronization.
  72. # Both entries here came with the inetd.conf, and I don't know which is better.
  73. #
  74. #time    stream    tcp    nowait    root    /usr/sbin/tcpd    /usr/sbin/in.timed
  75. #time    dgram    udp    wait    root    /usr/sbin/tcpd    /usr/sbin/in.timed
  76. #
  77. # Ident service is used for net authentication
  78. #
  79. ident    stream    tcp    nowait    root    /usr/sbin/in.identd    in.identd
  80. #
  81. # End of inetd.conf.
  82.